Script: MySQL Interface for mIRC
Author: MonoTeK
Email : monotek@psiblade.net


Changelog
======================================================================
2004/10/04
v1.3		- Fixed a bug which only allowed a maximum of 251 rows to be returned.
		- Added a buffer to the internal GetHeader function.
		- Added some minor data integrity fixes.
		- Added multiple irc server support (NOTE: not multiple MySQL Server):
			A query ran on a client connected to multiple irc servers will
			now finish on the server it was started on.
		- Added $mysql_escape()

2004/05/28
v1.21		- Fixed a small menu item bug in the GUI
		- Added a signal parameter allowing you to know when you connect successfully
		- Added a couple other minor fixes and documentation changes

2003/10/24
v1.2		- Fixed a small double signal remote problem I should have fixed before releasing v1.1
			The GUI should work properly now when not using HTML output.
		- Rewrote scripted echos and made the @MySQL window optional
		- Added $mysql_rows_affected
		- Added $mysql_cwindow
		- Added optional data parameter that is passed to the signal event in a mysql_use command
		- Added the mysql_param command and the $mysql_getparam() alias for queries (see MySQL_Usage.txt)
		- Fixed the QDS install script to use mysql_param and to have better error checking
		- Added 2 new parameters passed in signals

2003/10/12
v1.1		- Fixed another bug in the login code to correctly connect to some servers
		  	This fixes the 'Bad Handshake' error.
			(Reported by cisco)
		- Added a GUI (it's no PHPMyAdmin, but it works ;)
			Features:
			- Query history
			- Query results are shown in CSV format if HTML output is disabled
		- Added styles to popups
			(suggested by KanadiaN)
		- HTML output file can now be changed
		- Added the option to display HTML file after processing
		- Minor bugfixes and UI enhancements:
			You can now call any of the status identifiers from any script,
			$mysql_verbose and $mysql_htmlout for example
		- Updated Documentation, make sure to check for new commands/aliases

2003/09/07
v1.0		- Finally fixed the 255 character limit on both incoming and outgoing data! Yay!
		- Fixed the Server-side version check so it won't deny some newer servers
			(Reported by Memran)
		- Added and tidied up some debugging code
		- Changed the $mysql_verbose and $mysql_debug aliases to pull from an ini
			(Instead of just being static)
		- Changed $mysql_status to return a 1 for connected or 0 for not connected
		- Added named queries
		- Added signal parameters for different events (see the usage file)
		- Incorporated the HTML output file into the main script and improved the design
		- Added better popups
		- Included a Quote Script to give an example of the new features
		  Go check it out!

2002/07/21
v0.9b		- Fixed a bug in the connect code:
			Some NT based MySQL servers were returning a different handshake.
			As a result, the script wasn't receiving the correct password scramble code.
			(Reported by MerdeDeSinge)
		- Added more script comments
		- Added $mysql_status
		- Added $mysql_error
		- Added Popup Menus
		- Rewrote the Documentation

2002/05/27
v0.8b		- First public release
